home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / internet-tools / urlmanager / docs / english / urlmanager.doc next >
Encoding:
Text File  |  1996-05-27  |  5.3 KB  |  209 lines

  1. URLManager 1.0 - Documentation
  2. ******************************
  3.  
  4. Copyright
  5. *********
  6.  
  7.    URLManager (C) 1996 kMel, Klaus Melchior
  8.  
  9.    This data is freely distributable, but copyrighted by me. This means
  10. you may freely copy them as long as you do not charge more than a
  11. nominal fee for copying. If you want to distribute the data you MUST
  12. keep this document with it. All documents, programms and files must be
  13. distributed in their original unmodified form.  This files cannot be
  14. used for commercial purposes without written permission by the author,
  15. this applies also on ShareWare. The author can not be made responsible
  16. for any damage which is caused by using these programs.
  17.  
  18.  
  19. -----------------------------------------------------------------------
  20. This program is GiftWare. If you like it and use it regularly, you
  21. should consider to send a small donation to the author in order to
  22. honor the work he has put into this program.
  23.  
  24.    If you want to include the program in your commercial or Shareware
  25. distribution you have to contact me before you do any way of
  26. distribution.
  27. -----------------------------------------------------------------------
  28.  
  29.    Send comments, suggestions or bug reports, and the gifts to:
  30.  
  31.      Klaus Melchior, Schulstrasse 17
  32.      D-52156 Monschau, Germany
  33.      Phone: +49 (0)2472 4710
  34.      
  35.      DE:   kmel@eifel.oche.de
  36.      BIG:  kmel@et1.etechnik.fh-aachen.de
  37.      FIDO: 2:242/158.2@fidonet
  38.  
  39. What is URLManager?
  40. *******************
  41.  
  42.    URLManager is a MUI application which uses Bookmarks.mcc, a MUI
  43. custom class for any type of bookmarks, to manage, edit, import and
  44. export your URL hotlists.
  45.  
  46.    The idea of URLManager was born while I'm trying to update my
  47. favourite URL adresses at three different computer with different web
  48. browser with different hotlists.
  49.  
  50. Listview, Strings
  51. =================
  52.  
  53.    The bookmarks are displayed with their title and their URL.
  54. Listtree.mcc is used, so you can create groups to collect bookmarks of
  55. same kind. BE CAREFULL, not all of the browsers support these groups.
  56.  
  57.    With Drag&Drop you can sort the entries or move them into groups,
  58. later it should be possible to drop them on a web browser.
  59.  
  60.    After an entry is selected you can edit it with the string gadgets.
  61.  
  62. Buttons, Menu
  63. =============
  64.  
  65. New Group, Hotkey G
  66.      A new empty group will be created.
  67.  
  68. New URL, Hotkey N
  69.      A new entry will be created.
  70.  
  71. Duplicate, Hotkey D
  72.      The active entry is duplicated.
  73.  
  74. Remove, Hotkey R
  75.      The active entry is removed.
  76.  
  77. Import
  78. ======
  79.  
  80. <Cycle Gadget>
  81.      Here you can change the kind of the bookmarks file, which should be
  82.      loaded. If this is set to 'UNKNOWN' URLManager decides.
  83.  
  84. Load..., Hotkey L, Menu Project/Load...
  85.      A filerequester appears, the specified list will be loaded.
  86.  
  87. Insert..., Hotkey I, Menu Project/Insert...
  88.      A filerequester appears, the specified list will be inserted after
  89.      the active entry. If the active entry is a group, the list is
  90.      loaded into this group.
  91.  
  92. Export
  93. ======
  94.  
  95. <Cycle Gadget>
  96.      Here you can change the kind of the bookmarks file, which should be
  97.      saved.
  98.  
  99. Save..., Hotkey L, Menu Project/Save...
  100.      A filerequester appears, the list will be saved.
  101.  
  102. Additional Menus
  103. ================
  104.  
  105. Settings/MUI
  106.      The MUI preferences for URLManager appears.
  107.  
  108. Supported Browser
  109. =================
  110.  
  111.    * ALynx (Lynx)      IMPORT
  112.  
  113.    * AMosaic (Mosaic)  IMPORT        GROUPS
  114.  
  115.    * ASCII
  116.  
  117.    * AWeb              IMPORT EXPORT
  118.  
  119.    * WebExplorer
  120.  
  121.    * HTML
  122.  
  123.    * IBrowse ASCII     IMPORT        GROUPS
  124.  
  125.    * IBrowse HTML      IMPORT EXPORT GROUPS
  126.  
  127.    * Mindwalker ASCII  IMPORT EXPORT GROUPS
  128.  
  129.    * Mindwalker HTML   IMPORT EXPORT GROUPS
  130.  
  131.    * NetScape (Doc-1)  IMPORT        GROUPS
  132.  
  133.    * URLManager ASCII  IMPORT EXPORT GROUPS
  134.  
  135.    * URLManager HTML   IMPORT EXPORT GROUPS
  136.  
  137.    * Voyager           IMPORT EXPORT GROUPS
  138.  
  139. What you need !
  140. ***************
  141.  
  142.    - MUI >= 3.3 (Version 13)
  143.  
  144.    - Bookmarks.mcc >= 12.479
  145.  
  146.    - Listtree.mcc >= 12.241
  147.  
  148. How to install!
  149. ***************
  150.  
  151.  
  152.      copy URLManager/Libs/MUI/Bookmarks.mc(c|p) MUI:Libs/MUI/
  153.      copy URLManager/Libs/MUI/Listtree.mc(c|p) MUI:Libs/MUI/
  154.      copy URLManager/URLManager(%|.info) <path>
  155.  
  156. History of URLManager
  157. *********************
  158.  
  159.  
  160.       1.0  27.05.96  * first release, Aminet
  161.  
  162. What is to do in future?
  163. ************************
  164.  
  165.    - sort groups
  166.  
  167.    - installer script
  168.  
  169.    - Localization
  170.  
  171.    - Import: WebExplorer
  172.  
  173.    - Import: ASCII
  174.  
  175.    - Import: HTML
  176.  
  177.    - Export: AmigaGuide
  178.  
  179. Thanks are going to ...
  180. ***********************
  181.  
  182.    - Stefan Stuntz for his Magic User Interface
  183.  
  184.    - Oliver Wagner, RĂ¼diger Sopp, Christoph Dietz, Gottfried Janik,
  185.      Olaf Peters, Fionn Behrens, Markus Lamers
  186.  
  187.    - and all I forgot to mention ...
  188.  
  189. Index
  190. *****
  191.  
  192.  
  193.  
  194.  Authors address                        Copyright
  195.  Bug reports                            Copyright
  196.  Comments                               Copyright
  197.  Copyright                              Copyright
  198.  Credits                                Credits
  199.  Description                            Description
  200.  Distribution                           Copyright
  201.  E-Mail                                 Copyright
  202.  GiftWare                               Copyright
  203.  History                                History
  204.  Installation                           Installation
  205.  Requirements                           Requirements
  206.  Thanks                                 Credits
  207.  ToDo                                   ToDo
  208.  
  209.